/ Assembly List / LJCNetCommon / NetCommon / GetByte

Namespace - LJCNetCommon


Parameters
value - The value object.

Returns

The byte value or the byte default if the object is null. Also returns false if the object is not type "byte".

Syntax

C#
public static Byte GetByte(Object value)

Gets a byte value from an object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.